CORE1=arm, CORE0=arm
Get the current architecture select state of each core. Cores sample the current value of the ARCHSEL register when their warm reset is released, at which point the corresponding bit in this register will also update.
CORE0 | Current architecture for core 0. Updated on processor warm reset. 0 (arm): Core 0 is currently Arm (Cortex-M33) 1 (riscv): Core 0 is currently RISC-V (Hazard3) |
CORE1 | Current architecture for core 0. Updated on processor warm reset. 0 (arm): Core 1 is currently Arm (Cortex-M33) 1 (riscv): Core 1 is currently RISC-V (Hazard3) |